runtime.mheap.allArenas (field)
19 uses
runtime (current package)
malloc.go#L794: if len(h.allArenas) == cap(h.allArenas) {
malloc.go#L795: size := 2 * uintptr(cap(h.allArenas)) * goarch.PtrSize
malloc.go#L803: oldSlice := h.allArenas
malloc.go#L804: *(*notInHeapSlice)(unsafe.Pointer(&h.allArenas)) = notInHeapSlice{newArray, len(h.allArenas), int(size / goarch.PtrSize)}
malloc.go#L805: copy(h.allArenas, oldSlice)
malloc.go#L811: h.allArenas = h.allArenas[:len(h.allArenas)+1]
malloc.go#L812: h.allArenas[len(h.allArenas)-1] = ri
mcheckmark.go#L42: for _, ai := range mheap_.allArenas {
mgc.go#L1688: mheap_.sweepArenas = mheap_.allArenas
mgc.go#L1751: arenas := mheap_.allArenas
mgcmark.go#L94: mheap_.markArenas = mheap_.allArenas[:len(mheap_.allArenas):len(mheap_.allArenas)]
mheap.go#L175: allArenas []arenaIdx
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)